LiveCode ScriptWidgetsTree ViewPropertiesarrayDataOn this pagearrayData Type property Summary The array being displayed by the widget Syntax get the arrayData of <widget> set the arrayData of <widget> to <pArray> Description The arrayData is the data currently being displayed by the tree view widget. Parameters NameTypeDescriptionpArrayThe array data.